@charset "utf-8";
/* 引入外部图标样式 */
@font-face {
  font-family: 'iconfont';  /* Project id 2431691 */
  src: url('http://at.alicdn.com/t/font_2431691_fgstygsmhp5.woff2?t=1631331068179') format('woff2'),
       url('http://at.alicdn.com/t/font_2431691_fgstygsmhp5.woff?t=1631331068179') format('woff'),
       url('http://at.alicdn.com/t/font_2431691_fgstygsmhp5.ttf?t=1631331068179') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* 网站色值设置 */
body{--zhu-color:#00cccc;--pei-color:#fe9404;}
/* 样式重置 */
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img{margin: 0; padding: 0; border: 0; outline: 0;}
body{font: 14px/1.5 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif'; color: #333; background-color: #fff;}
ul,li{list-style:none;margin:0;padding:0;}
a:hover{ text-decoration: none; }
/*清除内外边距*/
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
/*设置默认字体*/
:focus{outline: 0;}
ul,
ol{list-style: none;}
button:active, button:focus, input:active, input:focus, textarea:active, textarea:focus{ border:none; outline:0; outline: none; }
.form-control:focus, .form-control:active{ border:none; box-shadow: none; -webkit-box-shadow: none; outline: none; }
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup{font-style: normal; font-weight: normal;}
abbr, acronym{border: 0; font-variant: normal;}
input, button, textarea, select, optgroup, option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
code, kbd, samp, tt{font-size: 100%;}
::-webkit-scrollbar{width:6px; height:6px ;}
::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px;}
::-webkit-scrollbar-thumb{border-radius: 6px; background: #bbb;}
textarea{resize: none;}
button:active, button:focus{ border:none; outline:0; }
.inner{ width: 1200px; margin:0 auto; }
@media only screen and (max-width: 1200px){
  .inner{ width: 100%; box-sizing: border-box; }
}
@media only screen and (max-width: 640px){
  .inner{ padding:0; }
}
/*page*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0; margin: 10px 0 35px; width: 100%; clear: both; }
.de-page-mian .page-inner{display: inline-block; overflow: hidden;}
.de-page-mian .page-inner a{display: block; float: left; min-width: 26px; padding: 0 12px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: 1px; overflow: hidden;}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover{color: #fff; border-color: var(--zhu-color); background: var(--zhu-color);}
.de-page-mian .page-inner a.prev{margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev.on{background: #fff url(../images/prev-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.next{margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center;}
.de-page-mian .page-inner a.next.on{background: #fff url(../images/next-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.next:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.page-btn{font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px;}
.de-page-mian .page-inner span{display: block; font-size: 12px; color: #333; float: left; line-height: 38px;}
.de-page-mian .page-inner input{display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px;}
/*no-goods*/
.no-goods{ width: 100%;}
.no-goods,.no-network{padding:50px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}
/*down*/
.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: none; z-index: 9999;}
.down li{width: 25%; box-sizing: border-box; text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}
.down li + li{ border-left: solid 1px #ffffff; }
.down li a{color: #ffffff;}
.down .current{border-right: none;}
.down li img{max-width: 25px;height: 25px;}
.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000;}
.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}
.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }
.plugin-fixed-call .child:hover{width:160px;background: #000;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}
.plugin-fixed-call .fixedQQ{bottom:92px;}
.plugin-fixed-call .fixedCall{bottom:46px;}
.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}
@media only screen and (max-width: 768px){
  .down{ display: block; }
  .plugin-fixed-call{ display: none; }
}
button:active, button:focus{ border:none; outline:0; }
/* 字体引入 */
@font-face{ font-family: PMT; src: url('./fonts/PMT.ttf'); }
@font-face{ font-family: AFB; src: url('./fonts/AFB.ttf'); }
/*header*/
.h-tool{ line-height:30px; background:#f0f0f0; }
.h-tool a,.h-tool p{ font-size:14px; color:#b0b0b0; }
.h-tool a{ padding-right:10px; line-height:14px; }
.h-tool a + a{ padding-left:10px; border-left:1px solid #b0b0b0; }
.h-tool a:hover{ color:var(--pei-color); }
.h-top{ padding:45px 0; background:#fff; }
.h-top .tel{ display: inline-flex; float: right; height: 100%; align-items: flex-start; justify-content: center; flex-direction: column; padding-left: 58px; background: url(../images/ico_tel.png) no-repeat left center; }
.h-top .tel p{ font-size: 14px; color:#555555; line-height:1; margin-bottom:8px; }
.h-top .tel b{ font-size: 28px; font-family:"PMT"; color:#333333; line-height:1; }
/* 菜单 */
.m-menu{background:var(--zhu-color); border-bottom:4px solid #00959e; height:56px; }
.m-menu .navbar{margin-bottom:0;}
.m-menu .container,.navbar{border:none;padding-left:0;padding-right:0;}
.navbar-nav{ flex-direction: row; width: 100%; }
.navbar-nav > li{ width: 12.5%; }
.navbar-nav > li > a{ display: block; width: 100%; text-align: center; padding:14px 0; font-size: 16px; color: #ffffff; }
.navbar-nav > li > a:hover{ color: #fff; background:var(--pei-color);border-bottom:4px solid #ff7d00; }
/*banner*/
#banner{ width: 100%;}
#banner img{ width: 100%;}
#banner .swiper-pagination{ bottom:30px; }
#banner .swiper-pagination-bullet{ opacity: 1; width: 14px; height: 14px; background: none; border:2px solid #f7fbfe; border-radius: 50%; }
#banner .swiper-pagination-bullet-active{ width: 14px; height: 14px; background: var(--zhu-color); border-radius: 12px; border:none; }
@media only screen and (max-width: 1900px){
  #banner img{ width: 100%;}
}
@media only screen and (max-width: 646px){
  #banner .swiper-pagination{ bottom:15px; }
  #banner .swiper-pagination-bullet{ opacity: 1; width: 10px; height: 10px; background: none; border:1px solid #f7fbfe; border-radius: 50%; }
  #banner .swiper-pagination-bullet-active{ width: 10px; height: 10px; background: var(--zhu-color); border-radius: 12px; border:none; }
}
/* 搜索 */
.m-keys{height:66px;line-height:66px;word-wrap:normal;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.m-keys .inner{height:66px;border-bottom:1px dashed #bfbfbf;padding:0;}
.m-keys .keys{padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.m-keys .keys h3{font-size:14px;color:#999999;font-weight:bold;float:left;line-height:66px;}
.m-keys .keys > a{font-size:14px;color:#999999;margin-right:16px;line-height:66px;}
.m-keys .input-group{width:326px;height:36px;float:right;margin-top:15px;}
.m-keys .form-control{border:none;width:345px;height:39px;outline:none;padding-left:12px;border:1px solid #dcdcdc;background:#fff;border-radius:0;}
.m-keys .input-group-addon{background:none;border:none;position:relative;left:0;top:-2px;z-index:2;width:32px;height:42px;background:url(../images/ico-search.jpg) no-repeat center;}
#submit{display:inline-block;width:25px;height:25px;border:none;background:none;}
.m-keys .glyphicon-search{color:#7e7e7e;border:none;}
@media screen and (max-width: 992px){
	.m-keys{ display: none; }
}
/* m_tit */
.m_tit{ width: 100%; display: flex; padding:40px 0; flex-direction: column; align-items: center; justify-content: center; }
.m_tit span{ font-family: "AFB"; display: inline-block; line-height: 1; font-size: 45px; color: #dddddd; text-transform: uppercase; }
.m_tit b{ font-size:30px; color:#333333; font-weight:bold; line-height:1; margin-bottom:15px; }
/* 产品中心 */
.m-pro{ overflow:hidden; width: 100%; }
.m-type{text-align:center; }
.m-type a{padding:14px 26px; background:var(--zhu-color); border-radius:5px; font-size:16px; color:#fff; display:inline-block; margin:0 5px 10px; }
.m-type a:hover{background:var(--pei-color); }
.m-pro .bd{ overflow:hidden;  width: 100%;  }
.pro-bd li{ margin-bottom:20px; }
.pro-bd li .img,#pro .swiper-slide .img{ border:1px solid #dcdcdc; width: 100%; overflow: hidden; padding-bottom: 100%; position: relative; }
.pro-bd li .img img,#pro .swiper-slide .img img{ width:100%; height:100%; object-fit:cover; position: absolute; transition: all .3s; }
.pro-bd li b,#pro .swiper-slide b{ display: block;  background:var(--zhu-color); text-align:center; padding:15px 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px; color:#ffffff; }
.pro-bd li:hover b,#pro .swiper-slide:hover b{ background:var(--pei-color); }
.pro-bd li:hover img,#pro .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }
/* 优势 */
.m-super{overflow:hidden;margin-top:55px;}
.m-super .hd span{ font-size: 72px; }
.m-super .hd small{ display: inline-block; margin-top: -26px; padding:8px 30px; background: rgba(255, 255, 255, .5); font-size: 18px; color: #555555; line-height: 1; font-weight: bold; }
.m-super .hd b{ margin-bottom: 24px; }
.m-super .hd hr{ width: 100%; height: 1px; background-color: #dddddd; border:0; position: relative; }
.m-super .hd hr::before{ content: ""; display: inline-block; width: 62px; height: 5px; background: var(--zhu-color); position: absolute; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top:-2px; }
.m-super .bd{background:url(../images/super-bg.jpg) no-repeat bottom center; padding-bottom:90px; }
.m-super .bd li{ overflow:hidden; }
.m-super .bd li > div{ width:100%; border:1px solid #dcdcdc; background:#fff; }
.m-super .bd li .txt{ text-align:center; box-sizing:border-box; padding:50px 20px 0; overflow:hidden; }
.m-super .bd li .txt b{ font-size:24px; color:#555555; font-weight:bold; margin-bottom:20px; display: block; }
.m-super .bd li .txt b:before{ content:""; display:block; width:78px; height:5px; border:none; background:var(--pei-color); margin:0 auto 18px; }
.m-super .bd li .txt p{ font-size:14px; color:#555555; text-align:center; min-height:80px; }
.m-super .bd li div img{ margin:36px 0 0 0; width:100%; }
/* 公司简介 */
.m-about{overflow:hidden;padding:44px 0 22px;}
.m-about .img{position:relative;}
.m-about .img img{width:100%;}
.m-about .img a{transition:all .3s;position:absolute;display:inline-block;padding:25px 32px;background:rgba(254,148,4,.68);font-size:24px;color:#ffffff;font-weight:bold;text-transform:uppercase;right:15px;bottom:34px;line-height:1;}
.m-about .img:hover a{background:rgba(254,148,4,1);letter-spacing:4px;}
.m-about .txt span{  font-family: "AFB"; display: inline-block; line-height: 1; font-size: 108px; color: #dddddd; text-transform: uppercase; }
.m-about .txt h3{line-height:1;padding:18px 0 35px;border-bottom:1px dashed #c6c6c6;font-size:30px;color:#555555;font-weight:bold;margin-bottom:27px;}
.m-about .txt p{font-size:14px;color:#555555;line-height:30px;}
.m-about .txt strong{display:block;margin-top:30px;font-size:17px;color:var(--pei-color);font-weight:bold;line-height:1;padding-top:30px;border-top:1px dashed #c6c6c6;}
/* 广告 */
.m-info{ display: flex; align-items: center; height:260px; overflow:hidden; position:relative; }
.m-info .inner{ position:absolute; top:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); }
.m-info .txt{text-align:center; padding:76px 0 0; }
.m-info .txt span{ font-family: "AFB";  display: inline-block;  line-height: 1;  font-size: 108px;  color: #dddddd;  text-transform: uppercase;  }
.m-info .txt p{ font-size:20px; color:#ffffff; font-weight:200; }
.m-info .txt p strong{ font-weight: bold; font-size:24px; line-height:1; }
.m-info .txt h3{ display: flex; align-items: flex-end; justify-content: center; }
.m-info .txt h3 small{ font-size: 16px; color: #ffffff; line-height: 1; position: relative; top:-5px; }
.m-info .txt h3 b{ font-family: "AFB"; font-size: 36px; color: #ffffff; line-height: 1; }
.m-info .txt h3 a{ display:inline-block; padding:8px 30px; background:var(--pei-color); margin-left:12px; font-size:16px; color:#ffffff; margin-top:18px; }
.m-info .left,.m-info .right{width:50%; height:100%; }
.m-info .left,.m-info .right img{object-fit:cover; }
/* 成功案例 */
.m-case{ overflow:hidden; }
.m-case .hd{ text-align:center; }
.m-case .hd p{ font-size:16px; color:#00bcb4; }
.m-news .bd,.case-bd{ text-align:center; width: 100%; }
.more{ display:inline-block; padding:17px 36px; border:1px solid #dcdcdc; font-size:16px; color:#c5c5c5; font-weight:bold; text-transform:uppercase; margin:40px 0; transition:all .3s; }
.more:hover{ background:var(--zhu-color); color:#fff; border-radius:5px; }
.case-bd .swiper-slide a{ display: block; width: 100%; padding-bottom: 74%; position: relative; overflow: hidden; }
.case-bd .swiper-slide a img{ width:100%; height:100%; left:0; object-fit:cover; position: absolute; transition: all .3s; }
.case-bd .swiper-slide a:hover img{ transition: all .3s; transform: scale(1.05); }
/* 新闻中心 */
.m-news{background:#f6f6f6;overflow:hidden;}
.m-news .hd{text-align:center;margin-bottom:36px;}
.m-news .hd p{font-size:16px;color:#00bcb4;}
.m-news .bd .swiper-slide span{width:100px;height:100px;font-size:24px;box-sizing:border-box;padding:16px;color:#ffffff;display:inline-block;text-align:center;background:var(--zhu-color);color:#fff;float:left;}
.m-news .bd .swiper-slide span strong{display:block;font-size:22px;color:#ffffff;font-weight:normal;}
.m-news .bd .swiper-slide .txt{margin-left:28px;float:left;width:75%;text-align:left;}
.m-news .bd .swiper-slide .txt h3{line-height:40px;font-size:16px;color:#555555;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.m-news .bd .swiper-slide .txt p{font-size:14px;color:#777777;line-height:24px;}
.m-news .bd .swiper-slide:hover span{background:#fe9403;}
/* 底部信息 */
#footer{background:var(--zhu-color);overflow:hidden;padding:50px 0 0;}
#footer .tit{overflow:hidden;}
#footer .tit span{font-size:24px;text-transform:uppercase;color:#ffffff;font-weight:bold;line-height:1;margin-bottom:18px;}
#footer .tit h3{font-size:16px;color:#ffffff;margin-bottom:18px;}
#footer .tit h3:after{content:"";display:block;width:70px;height:1px;background:#fff;border:none;margin-top:6px;}
.f-copy{line-height:76px;border-top:1px solid #fff;margin-top:32px;}
.f-copy p{font-size:14px;color:#fefefe;}
.f-copy p a{ color:#fefefe; }
.f-copy p a:hover{ color: var(--pei-color); }
.f-copy .txt{text-align:right;}
.f-copy .txt a{color:#fff;display:inline-block;margin:0 5px;}
.f-copy .txt a:hover{color:#fe9403;}
.f-contact p{font-size:14px;color:#ffffff;line-height:30px;}
.f-contact p i{display:inline-block;width:17px;height:17px;overflow:hidden;margin-right:13px;position:relative;top:5px;}
.f-contact p:nth-child(1) i{background:url(../images/ico-contact.png) no-repeat 0 0;}
.f-contact p:nth-child(2) i{background:url(../images/ico-contact.png) no-repeat 0 -17px;}
.f-contact p:nth-child(3) i{background:url(../images/ico-contact.png) no-repeat 0 -34px;}
#f-message input{padding:16px 20px;background:#fff;border:none;border-radius:0;margin-bottom:10px;font-size:14px;color:#c8c8c8;width:49%;float:left;margin-right:1%;}
#f-message #content2{width:99%;}
#f-message #verifyImg2{width:49%;float:left;height:34px;}
#f-message .submit2{clear:both;background:#fe9403;text-align:center;padding:15px 0;color:#fefefe;font-size:14px;}
/* 媒体查询 */
@media screen and (max-width: 1200px){
	.logo img{ max-width: 100%; }
	.h-top{ padding:26px 0; }
	.h-top .tel b{ font-size: 24px; }
	.m-menu{ height: auto; border-bottom: 0;}
	.navbar-nav{ margin:0; }
	.navbar-nav > li{ width: 25%; float: left; border:1px solid #fff; }
	.navbar-nav > li > a{ padding:10px 0; text-align: center; }
	.navbar-nav > li > a:hover{ border-bottom: 0; }
	.navbar-nav > li:nth-child(1),
	.navbar-nav > li:nth-child(2),
	.navbar-nav > li:nth-child(3),
	.navbar-nav > li:nth-child(4){ border-bottom: 0; }
	.navbar-nav > li:nth-child(1),
	.navbar-nav > li:nth-child(2),
	.navbar-nav > li:nth-child(3),
	.navbar-nav > li:nth-child(5),
	.navbar-nav > li:nth-child(6),
	.navbar-nav > li:nth-child(7){ border-right:0;}
	.m-keys .keys{ padding-left: 15px; }
	.m-about .txt span{ font-size: 82px; }
	.m-about .txt h3{ padding: 10px 0 16px; }
	.m-about .txt p{ line-height: 26px; }
	.m-about .txt strong{ font-size: 14px; font-weight: normal; margin-top: 16px; padding-top: 16px; }
	.m-about .more{ margin:20px 0 0; }
	.m-info .txt p{ font-size: 20px; }
	.m-info .txt p b{ font-size: 22px; }
	.m-news .bd .swiper-slide .txt{ width: 68%; }
	.m_tit{ padding:30px 0; }
	.m_tit span{ font-size: 32px; }
	.m_tit b{ font-size: 26px; margin-bottom: 12px; }
	.more{ margin:30px 0; }
	.m-super{ margin-top: 40px; }
	.m-super .bd li .txt{ padding:40px 10px 0; }
	.m-super .bd li div img{ margin:20px 0 0; }
	.m-super .bd li .txt p{ min-height: 105px; }
	.m-super .bd li .txt b{ font-size: 20px; }
	.m-super .bd{ padding-bottom: 70px; }
	.m-news .bd{ padding:0 15px; }
	.m-super .hd span{ font-size: 62px; }
	.m-type a, .pro-bd li b, #pro .swiper-slide b{ padding:12px 10px; }
}
@media screen and (max-width: 992px){
	.h-top .tel{ display: none; }
	.logo{ display: flex; width: 100%; align-items: center; justify-content: center; }
	.m-type a{ margin:5px; padding:10px 20px; }
	.pro-bd li b, #pro .swiper-slide b{ padding:10px; }
	.m-about .img{ display: none; }
	.m-info .right{ display: none; }
	.m-info{ height: 200px; }
	.m-info .txt{ padding:44px 0; }
	.m-info .left{ width: 100%; }
	.m-super{ margin-top: 30px; }
	.m-super .bd li .txt p{ min-height: 147px; }
	.f-contact{ margin-bottom: 15px; clear: both; }
	.f-message{ clear: both; }
	.f-copy .txt{ text-align: center; }
	.tel, .h-tool .text-right{ display: none; }
	.h-top{ padding:20px 0; }
	.m-news .bd .swiper-slide .txt{ width: calc(100% - 120px); margin-left: 0; padding-left: 15px; }
	.m-news .bd .swiper-slide .txt p{ overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
	.m-keys{ display: none; }
	.h-location{ display: block; padding:0 15px; }
	.h-location + h1{ margin:20px auto; text-align: center; font-size: 20px; font-weight: bold; }
	.m_tit{ padding:25px 0; }
	.m_tit span{ font-size: 28px; }
	.m_tit b{ font-size: 22px; }
	.more{ margin:25px 0; }
	.m-super .bd{ padding-bottom: 50px; }
	.m-news .hd p, .m-case .hd p{ font-size: 15px; }
	.m-super .hd span{ font-size: 52px; }
	.m-about .txt span{ font-size: 62px; }
}
@media screen and (max-width: 768px){
	.m-super .bd li .txt b{ font-size: 18px; }
	.m_tit{ padding:20px 0; }
	.m_tit span{ font-size: 24px; }
	.m_tit b{ font-size: 18px; margin-bottom: 10px; }
	.more{ margin:20px 0; }
	.m-super{ margin-top: 20px; }
	.m-super .bd{ padding-bottom: 30px; }
	.m-news .hd p, .m-case .hd p{ font-size: 14px; }
	.m-super .hd span{ font-size: 42px; }
	.m-about .txt span{ font-size: 52px; }
	.m-super .bd li .txt p{ min-height: 84px; }
	.m-super .bd li{ padding-right: 7.5px; margin-bottom: 15px; }
	.m-super .bd li:nth-child(2n+0){ padding-left: 7.5px; padding-right: 15px; }
	.m-news .bd .swiper-slide span strong{ font-size: 14px; }
	.m-news .bd .swiper-slide span{ font-size: 16px; display: flex; flex-direction: column; justify-content: center; width: 80px; height: 80px; }
	.m-news .bd .swiper-slide .txt{ width: calc(100% - 94px); padding-left: 14px; }
	.m-news .bd .swiper-slide .txt h3{ line-height: 1; }
	#footer{ padding:30px 0 0; }
	.f-ewm{ margin-bottom: 20px; }
	.f-copy .txt{ display: none; }
	.f-copy{ line-height: 1; padding-bottom: 55px; }
	.f-copy p{ padding:12px 0; text-align: center; line-height: 1.5; }
	.m-type a, .pro-bd li b, #pro .swiper-slide b{ padding:8px 16px; font-size: 15px; }
}
@media screen and (max-width: 640px){
	.m-super{ margin-top: 15px; }
	.m-super .bd li .txt{ padding:20px 10px 0; }
	.m-super .bd li .txt b:before{ margin-bottom: 12px; }
	.m-super .bd li .txt b{ margin-bottom: 12px; }
	.m-about{ padding:20px 0; }
	.m-about .txt h3{ margin:0 0 10px; font-size: 24px; }
	.m-info .txt p strong{ font-size: 18px; }
	.m-info .txt h3 b{ font-size: 24px; margin-top: 8px; }
	.m-info .txt h3 small, .m-info .txt h3 a{ display: none; }
	.m-info{ height: 160px; }
	.m-info .txt{ padding: 34px 0; }
	.more{ margin:20px 0; }
	.m-case{ padding:20px 0; }
	.m_tit{ padding:15px 0; }
	.m_tit span{ font-size: 20px; margin-bottom: 8px; }
	.m_tit b{ font-size: 16px; font-weight: normal; }
	.more{ margin:15px 0; padding:12px 20px; font-size: 14px; }
	.m-super .bd{ padding-bottom: 15px; }
	.m-news .hd p, .m-case .hd p{ font-size: 13px; }
	.m-super .hd span{ font-size: 32px; }
	.m-about .txt span{ font-size: 42px; }
	.m-super .bd li .txt p { min-height: 126px; }
	.m-type a, .pro-bd li b, #pro .swiper-slide b{ padding:6px 12px; font-size: 14px; }
}
@media screen and (max-width: 414px){
	.navbar-nav > li > a{ padding:8px 0; font-size: 14px; }
	.swiper-button-next:after, .swiper-button-prev:after{ font-size: 20px; }
	.m-super .hd b{ font-size: 14px; text-align: center; padding:0 15px; }
	.m-super .bd li .txt p{ min-height: 126px; font-size: 12px; }
	.m-super .bd li .txt b{ font-size: 16px; font-weight: normal; }
	.m-about .txt h3{ font-size: 18px; }
	.m-about .txt span{ font-size: 32px; }
	.m-about .txt strong{ line-height: 1.2; }
	.m-info{ height: 142px; }
	.m-info .txt p{ font-size: 14px; }
	.m-info .txt p strong{ font-size: 16px; margin-top: 12px; font-weight: normal; }
	#pro .swiper-slide .img img{ height: 140px; }
	.pro-bd li .img img, #pro .swiper-slide .img img{ height: 140px; }
	.m_tit span{ font-size: 18px; }
}